.. Reference: https://stackoverflow.com/questions/48074094/use-sphinx-autosummary-recursively-to-generate-api-documentation datopy.\_examples.DataModel =========================== .. currentmodule:: datopy._examples .. autoclass:: DataModel .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: DataModel.json_schema DataModel.normalized DataModel.obj DataModel.schema DataModel.serialized .. autosummary:: :toctree: DataModel.count DataModel.index